projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60c1dbd
)
toggle action: Remove an unused variable
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 6 Sep 2015 17:14:40 +0000
(13:14 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 6 Sep 2015 21:11:33 +0000
(17:11 -0400)
gtk/deprecated/gtktoggleaction.c
patch
|
blob
|
history
diff --git
a/gtk/deprecated/gtktoggleaction.c
b/gtk/deprecated/gtktoggleaction.c
index 71bb0367da4178a22bba3e1fd445a098ce31f191..a7b932366df170a02fdce8f1f94e0d64d0a96dcb 100644
(file)
--- a/
gtk/deprecated/gtktoggleaction.c
+++ b/
gtk/deprecated/gtktoggleaction.c
@@
-79,7
+79,6
@@
static void get_property (GObject *object,
static GtkWidget *create_menu_item (GtkAction *action);
-static GObjectClass *parent_class = NULL;
static guint action_signals[LAST_SIGNAL] = { 0 };
static void
@@
-88,7
+87,6
@@
gtk_toggle_action_class_init (GtkToggleActionClass *klass)
GObjectClass *gobject_class;
GtkActionClass *action_class;
- parent_class = g_type_class_peek_parent (klass);
gobject_class = G_OBJECT_CLASS (klass);
action_class = GTK_ACTION_CLASS (klass);